home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global frameseeker
- if the lastClick > (180 * 60) then
- silence()
- mayhem()
- set the visible of sprite 18 to 0
- set the visible of sprite 17 to 1
- set frameseeker to random(1000)
- go(frameseeker + 2000)
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "war sea"
- end if
- if the lastClick > (70 * 60) then
- silence()
- mayhem()
- set the visible of sprite 18 to 0
- set the visible of sprite 17 to 1
- set frameseeker to random(1000)
- go(frameseeker + 2000)
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "war sea"
- end if
- if (the lastClick > (60 * 60)) and (the movieRate of sprite 37 = 0) then
- set the movieRate of sprite 37 to 1
- play frame "aliena"
- else
- silence()
- mayhem()
- set the visible of sprite 18 to 0
- set the visible of sprite 17 to 1
- set frameseeker to random(1000)
- go(frameseeker + 2000)
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "war sea"
- end if
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "choppera"
- end
-